projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2194e5
)
Tweak Google Map example.
author
robertl
<robertl>
Wed, 22 Jun 2005 19:03:06 +0000
(19:03 +0000)
committer
robertl
<robertl>
Wed, 22 Jun 2005 19:03:06 +0000
(19:03 +0000)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index d3c0101f154f4311b54062cc18955445b6a863ec..1d9f7b548df4018b9f5d7f2044a944e55062e227 100644
(file)
--- a/
README
+++ b/
README
@@
-777,8
+777,8
@@
THE FORMATS
useful:
#!/bin/sh
-
FROM="233 S. Wacke
r, Chicago, IL"
-
TO="1060 W. Addison
, Chicago, IL"
+
FROM="233 S. Upper Wacker D
r, Chicago, IL"
+
TO="1060 W. Addison St
, Chicago, IL"
wget -O - "http://maps.google.com/maps?q=$FROM to $TO&output=js" \
2>/dev/null >google_map.js